翻訳と辞書
Words near each other
・ Monte Cristo Research and Educational Institute
・ Monte Cristo sandwich
・ Monte Cristo, Washington
・ Monte Croce di Muggio
・ Monte Cross
・ Monte Carlo (biscuit)
・ Monte Carlo (composer)
・ Monte Carlo (disambiguation)
・ Monte Carlo (miniseries)
・ Monte Carlo (musical)
・ Monte Carlo (radio programme)
・ Monte Carlo (solitaire)
・ Monte Carlo (video game)
・ Monte Carlo (vodka)
・ Monte Carlo (yacht)
Monte Carlo algorithm
・ Monte Carlo Automobile
・ Monte Carlo Baby
・ Monte Carlo Casino
・ Monte Carlo chess tournament
・ Monte Carlo Country Club
・ Monte Carlo Doualiya
・ Monte Carlo Fashions Limited
・ Monte Carlo integration
・ Monte Carlo localization
・ Monte Carlo Madness (1931 film)
・ Monte Carlo Madness (1932 film)
・ Monte Carlo method
・ Monte Carlo method for photon transport
・ Monte Carlo method in statistical physics


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Monte Carlo algorithm : ウィキペディア英語版
Monte Carlo algorithm

In computing, a Monte Carlo algorithm is a randomized algorithm whose running time is deterministic, but whose output may be incorrect with a certain (typically small) probability.
The related class of Las Vegas algorithms are also randomized, but in a different way: they take an amount of time that varies randomly, but always produce the correct answer. A Monte Carlo algorithm can be converted into a Las Vegas algorithm whenever there exists a procedure to verify that the output produced by the algorithm is indeed correct. If so, then the resulting Las Vegas algorithm is merely to repeatedly run the Monte Carlo algorithm until one of the runs produces an output that can be verified to be correct.
The name refers to the grand casino in the Principality of Monaco at Monte Carlo, which is well-known around the world as an icon of gambling.
==One-sided vs two-sided error==
Whereas the answer returned by a deterministic algorithm is always expected to be correct, this is not the case for Monte Carlo algorithms. For decision problems, these algorithms are generally classified as either false-biased or true-biased. A false-biased Monte Carlo algorithm is always correct when it returns false; a true-biased algorithm is always correct when it returns true. While this describes algorithms with ''one-sided errors'', others might have no bias; these are said to have ''two-sided errors''. The answer they provide (either true or false) will be incorrect, or correct, with some bounded probability.
For instance, the Solovay–Strassen primality test is used to determine whether a given number is a prime number. It always answers true for prime number inputs; for composite inputs, it answers false with probability at least ½ and true with probability at most ½. Thus, false answers from the algorithm are certain to be correct, whereas the true answers remain uncertain; this is said to be a ''½-correct false-biased algorithm''.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Monte Carlo algorithm」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.